Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Downgrade kustomize and prevent dependabot bumps #5240

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

nrb
Copy link
Contributor

@nrb nrb commented Dec 6, 2024

What type of PR is this?

/kind regression

What this PR does / why we need it:

Kustomize previously broke builds
(#5188)
and we mistakenly approved a version bump
(#5232)
that caused the Go version to be >= 1.22.7. As of right now, the builder
image only has Go 1.22.0.

This change downgrades the relevant kustomize dependencies, as well as
prevents dependabot from incrementing kustomize automatically in the
future.

Checklist:

  • squashed commits
  • includes documentation
  • includes emojis

Release note:

NONE

Kustomize previously broke builds
(kubernetes-sigs#5188)
and we mistakenly approved a version bump
(kubernetes-sigs#5232)
that caused the Go version to be >= 1.22.7. As of right now, the builder
image only has Go 1.22.0.

This change downgrades the relevant kustomize dependencies, as well as
prevents dependabot from incrementing kustomize automatically in the
future.

Signed-off-by: Nolan Brubaker <[email protected]>
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/regression Categorizes issue or PR as related to a regression from a prior release. labels Dec 6, 2024
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 6, 2024
@dlipovetsky
Copy link
Contributor

Thank you!

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 6, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dlipovetsky

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 6, 2024
@k8s-ci-robot k8s-ci-robot merged commit dc86e24 into kubernetes-sigs:main Dec 6, 2024
23 checks passed
@damdo
Copy link
Member

damdo commented Dec 7, 2024

To avoid issues like this in the future I really think we should run pull-cluster-api-provider-aws-e2e by default on PRs(presubmits), and maybe have it non optional. It would catch all of these regressions.
cc. @nrb @dlipovetsky @richardcase @Ankitasw @AndiDog

@damdo
Copy link
Member

damdo commented Dec 16, 2024

^ Folks what do you think of the above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/regression Categorizes issue or PR as related to a regression from a prior release. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants